struct specbinding *m_specpdl_ptr;
#define specpdl_ptr (current_thread->m_specpdl_ptr)
- /* Pointer to the first "saved" element in specpdl. When this
- thread is swapped out, the current values of all specpdl bindings
- are pushed onto the specpdl; then these are popped again when
- switching back to this thread. */
- struct specbinding *m_saved_specpdl_ptr;
-
/* Depth in Lisp evaluations and function calls. */
EMACS_INT m_lisp_eval_depth;
#define lisp_eval_depth (current_thread->m_lisp_eval_depth)